IsReadOnly Property (AddressList Object)
The IsReadOnly
property indicates that this AddressList object cannot be modified. Read-only.
Syntax
objAddressList.IsReadOnly
Data Type
Boolean
Remarks
The IsReadOnly
property refers to adding and deleting the entries in the address book
container represented by the AddressList object. The property is True if
no entries can be added or deleted, and False if the container can be
modified, that is, if address entries can be added to and deleted from the
container.
IsReadOnly refers to the address book entries in the context of
the address book container. It does not indicate whether the contents of the
individual entries themselves can be modified.